From 10820756b95429eb731208b146e255227b911496 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Fri, 30 Aug 2002 13:20:36 +0000 Subject: [PATCH] (struct w32_display_info) : Renamed from w32_highlight_frame. --- src/w32term.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/w32term.h b/src/w32term.h index a2620ecff5b..5b0c5401c25 100644 --- a/src/w32term.h +++ b/src/w32term.h @@ -227,7 +227,7 @@ struct w32_display_info event). It points to the focus frame's selected window's frame. It differs from w32_focus_frame when we're using a global minibuffer. */ - struct frame *w32_highlight_frame; + struct frame *x_highlight_frame; /* Cache of images. */ struct image_cache *image_cache; -- 2.30.2